home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / vahunz / source / ugly / ustring.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-04-17  |  1.6 KB  |  51 lines

  1. /*
  2.  * This source file is part of Vahunz,
  3.  * a tool to make source code un-/more legible.
  4.  *
  5.  *--------------------------------------------------------------------------
  6.  *
  7.  * Vahunz and the Ugly library are Copyright (C) 1998 by
  8.  * Thomas Aglassinger <agi@giga.or.at>
  9.  *
  10.  * All rights reserved.
  11.  *
  12.  * Refer to the manual for more information.
  13.  *
  14.  *--------------------------------------------------------------------------
  15.  *
  16.  * Ubiqx library is Copyright (C) 1991-1998 by
  17.  * Christopher R. Hertel <crh@ubiqx.mn.org>
  18.  *
  19.  * Ubiqx library is free software; you can redistribute it and/or
  20.  * modify it under the terms of the GNU Library General Public
  21.  * License as published by the Free Software Foundation; either
  22.  * version 2 of the License, or (at your option) any later version.
  23.  *
  24.  */
  25. #ifndef r5G
  26. #define r5G
  27. #include <stddef.h>
  28. #include "utypes.h"
  29. #define v7G( s ) n4Y(s,__FILE__,__LINE__)
  30. #define v3S( s ) v7G(s),s=NULL
  31. #define s0V( s ) v3N(s,__FILE__,__LINE__)
  32. #define b8Y( o,n ) j6C(o,n,__FILE__,__LINE__)
  33. #define b7C 0 
  34. #define k3S 1 
  35. #ifndef i2K
  36. extern STRPTR c3X(STRPTR s);
  37. extern int r0X(t8B s1, t8B s2);
  38. extern int s8K(t8B s1, t8B s2, size_t n);
  39. extern STRPTR f4F(t8B s1, t8B s2);
  40. extern void n4Y(STRPTR s, STRPTR e9R, ULONG p8T);
  41. extern STRPTR v3N(t8B k0Q, STRPTR e9R, ULONG p8T);
  42. extern void j6C(STRPTR * k0Q, t8B t7H, STRPTR e9R, ULONG p8T);
  43. extern STRPTR m6X(t8B str, t8B set);
  44. extern LONG a9B(STRPTR str, STRPTR set, char c0Z, BYTE d1A);
  45. extern int b1O(STRPTR s);
  46. extern STRPTR t7V(const char ch);
  47. extern BOOL w8T(STRPTR s, LONG * num);
  48. extern STRPTR k2T(LONG num);
  49. #endif 
  50. #endif 
  51.